home *** CD-ROM | disk | FTP | other *** search
- Path: felix.junction.net!not-for-mail
- From: michael@memra.com (Michael Dillon)
- Newsgroups: comp.lang.c
- Subject: Re: Object Oriented programming in C ????
- Date: 7 Mar 1996 10:46:40 -0800
- Organization: Memra Software Inc. - Internet consulting - http://www.memra.com
- Message-ID: <4hnaug$o1c@sidhe.memra.com>
- References: <4higq7$5j2@sidhe.memra.com> <4hidvhINNcen@gambier.ugrad.cs.ubc.ca> <g5john.826077889@cdf.toronto.edu>
- NNTP-Posting-Host: sidhe.memra.com
-
- In article <g5john.826077889@cdf.toronto.edu>,
- John Orcheson <g5john@cdf.toronto.edu> wrote:
- >c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku) writes:
- >
- >>In article <4higq7$5j2@sidhe.memra.com>,
- >>Michael Dillon <michael@memra.com> wrote:
- >>>Does anyone know of resources that explain how to write OO programs in C?
- >
- >>Try reading some textbooks and/or papers about the object oriented design
- >>paradigm. The C language _can_ be used to implement OO designs. It supports
- >>things like modularity, abstract data types as well as polymorphism (using
- >>void *).
- >>--
- >
- >Hint: struct is a class without private, protected and public distinctions.
-
- This is all pretty obvious stuff, but what I am looking for is more like a
- set of guidelines or coding standards for doing OO in C, or perhaps even
- a book specifically about OO in C.
-
- I could always reinvent the wheel myself, but I'm wondering if anyone has
- already gone up that path...
-
-
-
- --
- Michael Dillon Voice: +1-604-546-8022
- Memra Software Inc. Fax: +1-604-546-3049
- http://www.memra.com E-mail: michael@memra.com
-